Signed-off-by: Keir Fraser <keir@xensource.com>
CONSTRUCTORS
} :text
+ . = ALIGN(128);
+ .data.read_mostly : { *(.data.read_mostly) } :text
+
. = ALIGN(4096); /* Init code and data */
__init_begin = .;
.text.init : { *(.text.init) } :text
CONSTRUCTORS
} :text
+ . = ALIGN(128);
+ .data.read_mostly : { *(.data.read_mostly) } :text
+
. = ALIGN(4096); /* Init code and data */
__init_begin = .;
.text.init : { *(.text.init) } :text
#endif
#endif
+#define __read_mostly
+
#endif /* _ASM_IA64_CACHE_H */
isync();
}
+#define __read_mostly
+
#endif
#define L1_CACHE_SHIFT (CONFIG_X86_L1_CACHE_SHIFT)
#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
+#define __read_mostly __attribute__((__section__(".data.read_mostly")))
+
#endif
#endif /* !__ASSEMBLY__ */
#define fastcall
-#define __read_mostly
#endif /* __XEN_CONFIG_H__ */